home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pr42sdk / examples / projects / edl / ex-raw4.mak < prev    next >
Encoding:
Text File  |  1995-10-07  |  4.9 KB  |  160 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=Ex-raw2 - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to Ex-raw2 - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "Ex-raw2 - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "Ex-raw4.mak" CFG="Ex-raw2 - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Ex-raw2 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE 
  22. !ERROR An invalid configuration is specified.
  23. !ENDIF 
  24.  
  25. !IF "$(OS)" == "Windows_NT"
  26. NULL=
  27. !ELSE 
  28. NULL=nul
  29. !ENDIF 
  30. ################################################################################
  31. # Begin Project
  32. # PROP Target_Last_Scanned "Ex-raw2 - Win32 Debug"
  33. RSC=rc.exe
  34. MTL=mktyplib.exe
  35. CPP=cl.exe
  36. # PROP BASE Use_MFC 0
  37. # PROP BASE Use_Debug_Libraries 1
  38. # PROP BASE Output_Dir "WinDebug"
  39. # PROP BASE Intermediate_Dir "WinDebug"
  40. # PROP Use_MFC 0
  41. # PROP Use_Debug_Libraries 1
  42. # PROP Output_Dir "WinDebug"
  43. # PROP Intermediate_Dir "WinDebug"
  44. OUTDIR=.\WinDebug
  45. INTDIR=.\WinDebug
  46.  
  47. ALL : "$(OUTDIR)\Ex-raw.prm"
  48.  
  49. CLEAN : 
  50.     -@erase "$(INTDIR)\Ex-raw.obj"
  51.     -@erase "$(INTDIR)\EX-RAW.res"
  52.     -@erase "$(INTDIR)\vc40.idb"
  53.     -@erase "$(INTDIR)\vc40.pdb"
  54.     -@erase "$(OUTDIR)\Ex-raw.exp"
  55.     -@erase "$(OUTDIR)\Ex-raw.ilk"
  56.     -@erase "$(OUTDIR)\Ex-raw.lib"
  57.     -@erase "$(OUTDIR)\Ex-raw.pdb"
  58.     -@erase "$(OUTDIR)\Ex-raw.prm"
  59.  
  60. "$(OUTDIR)" :
  61.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  62.  
  63. # ADD BASE CPP /nologo /MT /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /c
  64. # ADD CPP /nologo /Zp1 /W3 /Gm /Zi /Od /I "..\..\Headers" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /c
  65. # SUBTRACT CPP /Fr /YX
  66. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  67. # ADD MTL /nologo /D "_DEBUG" /win32
  68. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  69. # ADD RSC /l 0x409 /i "..\..\Headers" /d "_DEBUG"
  70. BSC32=bscmake.exe
  71. # ADD BASE BSC32 /nologo
  72. # ADD BSC32 /nologo
  73. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Ex-raw4.bsc" 
  74. BSC32_SBRS= \
  75.     
  76. LINK32=link.exe
  77. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  78. # ADD LINK32 ..\..\Lib\Preminfo.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"WinDebug\Ex-raw.prm"
  79. # SUBTRACT LINK32 /pdb:none
  80. LINK32_FLAGS=..\..\Lib\Preminfo.lib kernel32.lib user32.lib gdi32.lib\
  81.  winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib\
  82.  uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll\
  83.  /incremental:yes /pdb:"$(OUTDIR)/Ex-raw.pdb" /debug /machine:I386\
  84.  /def:".\Ex-raw.def" /out:"$(OUTDIR)/Ex-raw.prm" /implib:"$(OUTDIR)/Ex-raw.lib" 
  85. DEF_FILE= \
  86.     ".\Ex-raw.def"
  87. LINK32_OBJS= \
  88.     "$(INTDIR)\Ex-raw.obj" \
  89.     "$(INTDIR)\EX-RAW.res"
  90.  
  91. "$(OUTDIR)\Ex-raw.prm" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  92.     $(LINK32) @<<
  93.   $(LINK32_FLAGS) $(LINK32_OBJS)
  94. <<
  95.  
  96. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Ex-raw.res" /i "..\..\Headers" /d "_DEBUG" 
  97. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  98. CPP_PROJ=/nologo /Zp1 /MLd /W3 /Gm /Zi /Od /I "..\..\Headers" /D "WIN32" /D\
  99.  "_DEBUG" /D "_WINDOWS" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  100. CPP_OBJS=.\WinDebug/
  101. CPP_SBRS=.\.
  102.  
  103. .c{$(CPP_OBJS)}.obj:
  104.    $(CPP) $(CPP_PROJ) $<  
  105.  
  106. .cpp{$(CPP_OBJS)}.obj:
  107.    $(CPP) $(CPP_PROJ) $<  
  108.  
  109. .cxx{$(CPP_OBJS)}.obj:
  110.    $(CPP) $(CPP_PROJ) $<  
  111.  
  112. .c{$(CPP_SBRS)}.sbr:
  113.    $(CPP) $(CPP_PROJ) $<  
  114.  
  115. .cpp{$(CPP_SBRS)}.sbr:
  116.    $(CPP) $(CPP_PROJ) $<  
  117.  
  118. .cxx{$(CPP_SBRS)}.sbr:
  119.    $(CPP) $(CPP_PROJ) $<  
  120.  
  121. ################################################################################
  122. # Begin Target
  123.  
  124. # Name "Ex-raw2 - Win32 Debug"
  125. ################################################################################
  126. # Begin Source File
  127.  
  128. SOURCE=".\Ex-raw.def"
  129. # End Source File
  130. ################################################################################
  131. # Begin Source File
  132.  
  133. SOURCE=".\Ex-raw.c"
  134. NODEP_CPP_EX_RA=\
  135.     ".\Compat.h"\
  136.     ".\Premiere.h"\
  137.     
  138.  
  139. "$(INTDIR)\Ex-raw.obj" : $(SOURCE) "$(INTDIR)"
  140.  
  141.  
  142. # End Source File
  143. ################################################################################
  144. # Begin Source File
  145.  
  146. SOURCE=".\Ex-raw.rc"
  147. DEP_RSC_EX_RAW=\
  148.     "..\..\Headers\Fourcc.h"\
  149.     "..\..\Headers\Premiere.h"\
  150.     
  151.  
  152. "$(INTDIR)\EX-RAW.res" : $(SOURCE) $(DEP_RSC_EX_RAW) "$(INTDIR)"
  153.    $(RSC) $(RSC_PROJ) $(SOURCE)
  154.  
  155.  
  156. # End Source File
  157. # End Target
  158. # End Project
  159. ################################################################################
  160.